swing.addon.plaf.themelf
Class ThemeLF_Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--swing.addon.plaf.themelf.ThemeLF_Exception
All Implemented Interfaces:
java.io.Serializable

public class ThemeLF_Exception
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ThemeLF_Exception(java.lang.String message, java.lang.Exception x)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThemeLF_Exception

public ThemeLF_Exception(java.lang.String message,
                         java.lang.Exception x)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable