uic.helpers
Class CompilerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uic.helpers.CompilerException
All Implemented Interfaces:
Serializable

public class CompilerException
extends Exception

Thrown when something went wrong in the UICompiler

See Also:
Serialized Form

Constructor Summary
CompilerException(String s)
           
 
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)


Copyright © 2002,2003 Thomas Zander