代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/173141/5379667
out procedure.out
testNegative
create procedure asdf() language java external name 'asdfasdf' parameter style java
EXPECTED SQL Exception: (42Y04) Cannot create a procedure or function with EXTERNAL NAME 'asdfasdf' bec
www.eeworm.com/read/173141/5379823
out triggerrefclause.out
ij> --
-- Test the REFERENCING clause for a trigger
-- as well as a general test that using the
-- OLD and NEW transition variables work ok
--
drop table x;
ERROR 42Y55: 'DROP TABLE' cannot be perform
www.eeworm.com/read/173141/5379963
out procedure.out
testNegative
create procedure asdf() language java external name 'asdfasdf' parameter style java
EXPECTED SQL Exception: (42Y04) Cannot create a procedure or function with EXTERNAL NAME 'asdfasdf' bec
www.eeworm.com/read/172609/5383120
in basicsanitycheck.in
#!/bin/sh
#
# Basic tests of sanity for a newly-built version of
# linux-HA software (heartbeat)
#
# Conditions for running:
#
# Heartbeat must be installed.
#
# Must be root.
#
# CANNOT have a real h
www.eeworm.com/read/167133/5468157
java classnotfoundexception.java
/* ClassNotFoundException.java -- thrown when class definition cannot be found
Copyright (C) 1998, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free so
www.eeworm.com/read/167133/5468158
java noclassdeffounderror.java
/* NoClassDefFoundError.java -- thrown when a ClassLoader cannot find a class
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath
www.eeworm.com/read/167133/5468161
java unsatisfiedlinkerror.java
/* UnsatisfiedLinkError.java -- thrown when a native method cannot be loaded
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath
www.eeworm.com/read/167133/5468170
java unknownerror.java
/* UnknownError.java -- thrown when the VM cannot provide more information
about a catastrophic error
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GN
www.eeworm.com/read/167133/5468184
java instantiationerror.java
/* InstantiationError.java -- thrown when the linker cannot create an instance
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpat
www.eeworm.com/read/167133/5468211
java linkageerror.java
/* LinkageError.java -- thrown when classes valid at separate compile times
cannot be linked to each other
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part