pt.ist.fenixframework.dml
Class DmlCompilerException

Package class diagram package DmlCompilerException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.ist.fenixframework.dml.DmlCompilerException
All Implemented Interfaces:
Serializable

public class DmlCompilerException
extends Exception

Thrown when the DmlCompiler encounters some problem.

See Also:
Serialized Form

Constructor Summary
DmlCompilerException(String message)
           
DmlCompilerException(String message, Throwable cause)
           
DmlCompilerException(Throwable cause)
           
 
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

DmlCompilerException

public DmlCompilerException(String message)

DmlCompilerException

public DmlCompilerException(String message,
                            Throwable cause)

DmlCompilerException

public DmlCompilerException(Throwable cause)


Copyright © 2013. All Rights Reserved.