net.larsan.urd.ant.website
Class CompilerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.larsan.norna.util.NestedException
                    |
                    +--net.larsan.urd.ant.website.CompilerException
All Implemented Interfaces:
java.io.Serializable

public class CompilerException
extends NestedException

Trivial nested exception

See Also:
Serialized Form

Constructor Summary
CompilerException()
           
CompilerException(java.lang.String msg)
           
CompilerException(java.lang.String msg, java.lang.Throwable error)
           
CompilerException(java.lang.Throwable th)
           
 
Methods inherited from class net.larsan.norna.util.NestedException
getMessage, getNestedException, getNestedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerException

public CompilerException()

CompilerException

public CompilerException(java.lang.String msg)

CompilerException

public CompilerException(java.lang.Throwable th)

CompilerException

public CompilerException(java.lang.String msg,
                         java.lang.Throwable error)