uk.co.hcsoftware.yago
Class InvalidArgException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.hcsoftware.yago.ParseException
              extended by uk.co.hcsoftware.yago.InvalidArgException
All Implemented Interfaces:
java.io.Serializable

public class InvalidArgException
extends ParseException

See Also:
Serialized Form

Constructor Summary
InvalidArgException(java.lang.String message, java.lang.String argValue)
           
InvalidArgException(java.lang.String message, java.lang.Throwable cause, java.lang.String argValue)
           
 
Method Summary
 java.lang.String getArgValue()
           
 java.lang.String getFriendlyMessage()
           
 
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

InvalidArgException

public InvalidArgException(java.lang.String message,
                           java.lang.String argValue)

InvalidArgException

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

getArgValue

public java.lang.String getArgValue()

getFriendlyMessage

public java.lang.String getFriendlyMessage()
Specified by:
getFriendlyMessage in class ParseException


Copyright © 2005 HC Software Ltd. All Rights Reserved.