net.sourceforge.fluxion.runcible.graph.mapping
Class MappingLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.sourceforge.fluxion.runcible.graph.mapping.MappingLoadException
All Implemented Interfaces:
java.io.Serializable

public class MappingLoadException
extends java.io.IOException

Javadocs go here.

Version:
1.0
Author:
Tony Burdett
See Also:
Serialized Form

Constructor Summary
MappingLoadException()
           
MappingLoadException(java.lang.String s)
           
MappingLoadException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

MappingLoadException

public MappingLoadException()

MappingLoadException

public MappingLoadException(java.lang.String s)

MappingLoadException

public MappingLoadException(java.lang.String message,
                            java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


Copyright © 2010. All Rights Reserved.