uic
Class CompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uic.CompilerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnsupportedWidgetException

public class CompilerException
extends Exception

Thrown when something went wrong in the UICompiler.

See Also:
Serialized Form

Constructor Summary
CompilerException(String s)
           
CompilerException(String s, Throwable t)
           
CompilerException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerException

public CompilerException(String s)

CompilerException

public CompilerException(String s,
                         Throwable t)
Since:
1.2

CompilerException

public CompilerException(Throwable t)
Since:
1.2


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence