hnscnvt
Class HNSToHML.HNSToHMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hnscnvt.HNSToHML.HNSToHMLException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HNSToHML

public static class HNSToHML.HNSToHMLException
extends java.lang.Exception

Exception class for HNS-to-HML conversion.

See Also:
Serialized Form

Constructor Summary
HNSToHML.HNSToHMLException(java.lang.String msg)
          Constructs a new exception with the given detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HNSToHML.HNSToHMLException

public HNSToHML.HNSToHMLException(java.lang.String msg)
Constructs a new exception with the given detail message.