uic
Class CompilerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuic.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)
           
 
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,2003 Thomas Zander Available under the Free Apache licence