com.svincent.util
Class CommandLine.ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.svincent.util.NestableRuntimeException
                          |
                          +--com.svincent.util.CommandLine.CommandLineException
                                |
                                +--com.svincent.util.CommandLine.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CommandLine

public static class CommandLine.ParseException
extends CommandLine.CommandLineException

See Also:
Serialized Form

Constructor Summary
CommandLine.ParseException()
           
CommandLine.ParseException(java.lang.String msg)
           
CommandLine.ParseException(java.lang.String msg, java.lang.Throwable ex)
           
 
Methods inherited from class com.svincent.util.NestableRuntimeException
getNestedException, getStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandLine.ParseException

public CommandLine.ParseException()

CommandLine.ParseException

public CommandLine.ParseException(java.lang.String msg)

CommandLine.ParseException

public CommandLine.ParseException(java.lang.String msg,
                                  java.lang.Throwable ex)



This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.