org.jadira.dependencynavigator.assembler
Class AssemblerException

Package class diagram package AssemblerException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jadira.dependencynavigator.assembler.AssemblerException
All Implemented Interfaces:
Serializable

public class AssemblerException
extends Exception

See Also:
Serialized Form

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

AssemblerException

public AssemblerException()

AssemblerException

public AssemblerException(String message)

AssemblerException

public AssemblerException(Throwable cause)

AssemblerException

public AssemblerException(String message,
                          Throwable cause)


Copyright © 2010 Jadira Systems. All Rights Reserved.