| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.marc4j.marc.IllegalTagException
IllegalTagException is thrown when a tag is supplied
 that is invalid.  
| Constructor Summary | |
| IllegalTagException(String tag)Creates an Exceptionindicating that the name of the
 tag is invalid. | |
| IllegalTagException(String tag,
                    String reason)Creates an Exceptionindicating that the name of the
 tag is invalid. | |
| 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 | 
public IllegalTagException(String tag)
Creates an Exception indicating that the name of the
 tag is invalid.
tag - the tag nameTag
public IllegalTagException(String tag,
                           String reason)
Creates an Exception indicating that the name of the
 tag is invalid.
tag - the tag namereason - the reason why the exception is thrown| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||