de.unihalle.informatik.MiToBo.core.datatypes
Class MTBNeuriteSkelGraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unihalle.informatik.MiToBo.core.datatypes.MTBNeuriteSkelGraphException
All Implemented Interfaces:
java.io.Serializable

public class MTBNeuriteSkelGraphException
extends java.lang.Exception

Exception handling for MTBSkeletonGraph.

Author:
misiak
See Also:
MTBNeuriteSkelGraph, Serialized Form

Field Summary
private  java.lang.String error
           
 
Constructor Summary
MTBNeuriteSkelGraphException()
           
MTBNeuriteSkelGraphException(java.lang.String msg)
           
 
Method Summary
 java.lang.String getError()
           
 
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
 

Field Detail

error

private java.lang.String error
Constructor Detail

MTBNeuriteSkelGraphException

public MTBNeuriteSkelGraphException()

MTBNeuriteSkelGraphException

public MTBNeuriteSkelGraphException(java.lang.String msg)
Method Detail

getError

public java.lang.String getError()